home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.programming / comp.sys.amiga.programmer_6529_000032.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!Germany.EU.net!netmbx.de!zib-berlin.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!uklirb.informatik.uni-kl.de!feck
  3. From: feck@informatik.uni-kl.de (Christoph Feck IRZ)
  4. Subject: Re: Sizeable GUI
  5. Message-ID: <1994Feb25.154747@informatik.uni-kl.de>
  6. Sender: news@uklirb.informatik.uni-kl.de (Unix-News-System)
  7. Nntp-Posting-Host: uklirb.informatik.uni-kl.de
  8. Organization: University of Kaiserslautern, Germany
  9. References: <2kimqj$m1v@ugle.unit.no> <2kjii9$4uf@nigel.msen.com>
  10. Date: Fri, 25 Feb 1994 14:47:47 GMT
  11. Lines: 18
  12.  
  13. > Ketil Hunn (ketil@brosme.dhmolde.no) wrote:
  14. > : Working on a sizable (and font-adaptable) requester, I found that when
  15. > : shrinking the windowsize, the gadgets sometimes stay visible in the window's
  16. > : borders.  This can be avoided by activating the parent window and then the
  17. > : sized window.  This results in a 'flicker', thoug.
  18.  
  19. You might use the GM_LAYOUT method along with the GA_RelSpecial
  20. attribute to let the gadgets resize synchronous to window size
  21. changes (that is, the gadgets are refreshed in their new size,
  22. not in the old size).
  23.  
  24. Hope that helps,
  25. Christoph
  26.  
  27. Oh forgot, special gadget relativity is new to 3.0.
  28.  
  29. 3k// Christoph Feck, TowerSystems
  30. \X/ Amiga - Intuition inside.
  31.